var encoding/json.htmlSafeSet

3 uses

	encoding/json (current package)
		encode.go#L1036: 			if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
		encode.go#L1108: 			if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
		tables.go#L121: var htmlSafeSet = [utf8.RuneSelf]bool{